home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / kickups.swf / scripts / DefineButton2_26 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  97 b   |  8 lines

  1. on(press){
  2.    set("/:score",bestscore);
  3.    tellTarget("/")
  4.    {
  5.       nextFrame();
  6.    }
  7. }
  8.